diff options
| author | Roy Frostig <[email protected]> | 2010-07-12 23:55:44 -0700 |
|---|---|---|
| committer | Roy Frostig <[email protected]> | 2010-07-15 12:30:46 -0700 |
| commit | e21865a4407495a5724798a59276e4f276bc93f6 (patch) | |
| tree | cd69733ab8b2f4bdb25edc4c820f6ef8e6def069 /src/boot/me/layout.ml | |
| parent | Make the call args referent type always have a closure word (non-optional, nu... (diff) | |
| download | rust-e21865a4407495a5724798a59276e4f276bc93f6.tar.xz rust-e21865a4407495a5724798a59276e4f276bc93f6.zip | |
Begin moving closure-or-obj pointer out to front of call args by changing the order within the call-arg tup referent type. This breaks the world quite a bit, since it remains to fix custom call paths: glue, upcalls, natives.
Diffstat (limited to 'src/boot/me/layout.ml')
| -rw-r--r-- | src/boot/me/layout.ml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/boot/me/layout.ml b/src/boot/me/layout.ml index dcb03f21..e1a7ff47 100644 --- a/src/boot/me/layout.ml +++ b/src/boot/me/layout.ml @@ -21,7 +21,8 @@ let layout_visitor * |... | * |... | * +----------------------------+ <-- fp + abi_frame_base_sz - * |task ptr (implicit arg) | + abi_implicit_args_sz + * |closure/obj ptr (impl. arg) | + abi_implicit_args_sz + * |task ptr (implicit arg) | * |output ptr (implicit arg) | * +----------------------------+ <-- fp + abi_frame_base_sz * |return pc | |