* doc/stack_frames.txt: Added slots for synched methods.
authoredwin <none@none>
Wed, 15 Mar 2006 12:14:24 +0000 (12:14 +0000)
committeredwin <none@none>
Wed, 15 Mar 2006 12:14:24 +0000 (12:14 +0000)
doc/stack_frames.txt

index c2223f0764ee520dc1e8f4cb01a4f3c670352506..23b2b8c2ec49181a93a87d4bd7a844da0f341f5d 100644 (file)
@@ -16,9 +16,13 @@ i386 stack frames
 
 >>>> sp in method (after initial sub) <<<<
 
-u4[]  arguments for calling methods
-u4[]  local variable slots allocated on stack
-u4[]  callee-saved registers
+u4[]     arguments for calling methods              \__ rd->memuse slots
+u4[]     local variable slots allocated on stack    /
+
+u4[1..2] synchronized object / saved return value       (only for synched methods)
+
+u8[]     callee-saved float registers
+u4[]     callee-saved integer registers
 
 >>>> sp on method entry <<<<