Confirmed users
79
edits
(Add the layout for frame descriptions.) |
(→Common Frame Layout: link to the code.) |
||
Line 2: | Line 2: | ||
The basic frame layout includes in this order, a return address and a frame descriptor. The frame descriptor contains the type of the parent frame and the size between the bottom of the frame to the top of the next frame. | The basic frame layout includes in this order, a return address and a frame descriptor. The frame descriptor contains the type of the parent frame and the size between the bottom of the frame to the top of the next frame. | ||
Details of the data structure can be found in [http://hg.mozilla.org/mozilla-central/file/tip/js/src/ion/shared/IonFrames-x86-shared.h ion/shared/IonFrames-x86-shared.h] | |||
= Specialized Frames = | = Specialized Frames = |