-
Notifications
You must be signed in to change notification settings - Fork 41
how to run maglev-ruby w/ NO extras #388
Comments
Maglev automatically generates an ensure block around your code. I'm not sure where, unfortunately, it might be in the Smalltalk code. |
@AllenOtis any clues? |
You should look at the script file generated by the maglev-ruby script . That script file topaz 1> run topaz 1> where 14 GsNMethod class >> _gsReturnToC (envId 0) @1 line 1recommended .topazini contents (in current directory when starting topaz) set user DataCurator pass swordfish note obj @ |
1 similar comment
You should look at the script file generated by the maglev-ruby script . That script file topaz 1> run topaz 1> where 14 GsNMethod class >> _gsReturnToC (envId 0) @1 line 1recommended .topazini contents (in current directory when starting topaz) set user DataCurator pass swordfish note obj @ |
Beyond examining the scripts that invoke topaz, and debugging at the smalltalk level, extern "C" int pphandlef(omObjSType **h); |
I'm trying to debug production changes and I'm seeing a lot of extra stuff going on.
maglev-ruby -e nil
winds up scanning all of this:is it possible to simply run raw maglev-ruby?
The text was updated successfully, but these errors were encountered: