v8/test
feng.qian.v8 6287c675d8 Change __ mov(eax, TOS) to
__ pop(eax);
...
__ push(eax);
to enable push/pop eliminations.

__ push(eax) must happen before RecordWrite because RecordWrite may destroy 
eax value. To be safe, also moved __ push(r0) on ARM to above RecordWrite.

This only affects the case where a context variable is used in a inner scope.

Create a tests for it. It fails if __ push(eax) is after RecordWrite.



git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@111 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2008-09-02 21:47:45 +00:00
..
cctest - Added test status spec to cctests to make arm simulator tests run. 2008-09-02 15:20:38 +00:00
mjsunit Change __ mov(eax, TOS) to 2008-09-02 21:47:45 +00:00
mozilla Allow a test that relies on non-standard timer resolution on Windows 2008-09-02 12:42:10 +00:00