v8/test
svenpanne@chromium.org b10d5d7f08 Deoptimization support for accessors.
Highlights of this CL:

 * Introduced a new opcode in the deoptimizer for a setter stub frame.

 * Added a global setter stub for returning after deoptimizing a setter.

 * We do not need special deopt support for getters, although the getter stub creates an internal frame. The normal machinery works just right for this case, although we generate a stack that can never occur during normal fullcode execution. If this hurts us one day, we can parameterize and reuse the setter deopt machinery.

Review URL: https://chromiumcodereview.appspot.com/10855098

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12328 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2012-08-17 10:43:32 +00:00
..
benchmarks Switch from sample shell to d8 for unit test 2011-07-26 05:56:45 +00:00
cctest Rename "global context" to "native context", 2012-08-17 09:03:08 +00:00
es5conform MIPS: updated test .status files based mostly on the ARM version. 2011-12-05 11:44:17 +00:00
message Allow multiple lines of custom flags in javascript tests. 2012-08-10 12:26:33 +00:00
mjsunit Deoptimization support for accessors. 2012-08-17 10:43:32 +00:00
mozilla Fix mozilla test expectations. 2012-08-08 08:44:29 +00:00
preparser Fix wrong iteration variable in test/preparser/strict-identifiers.pyt 2012-07-09 08:26:17 +00:00
sputnik MIPS: Rename "mips" arch to "mipsel" in the GYP build. 2012-07-11 15:15:04 +00:00
test262 Temporary skip failure on simulators due to r12270. 2012-08-08 09:19:55 +00:00