• Russ Cox's avatar
    32-bit fixes in lessstack. · aa3222d8
    Russ Cox authored
    avoid tight coupling between deferreturn and jmpdefer.
    before, jmpdefer knew the exact frame size of deferreturn
    in order to pop it off the stack.  now, deferreturn passes
    jmpdefer a pointer to the frame above it explicitly.
    that avoids a magic constant and should be less fragile.
    
    R=r
    DELTA=32  (6 added, 3 deleted, 23 changed)
    OCL=29801
    CL=29804
    aa3222d8
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc/xcode Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
usr Loading commit data...