Comment #2 on issue 2476 by [email protected]: document.write(i) broken on 3rd loop on WebKit's WinCE(arm) port integreted with V8 engine
http://code.google.com/p/v8/issues/detail?id=2476
I have a test: to Enable USE_SIMULATOR, that is to say, Running WebKit-WinCE-launcher-with-V8 on VS2005 WinCE 6.0 Simulator, but the V8 JIT-ed code is not directly run by simulator, but interpreted by the v8's arm-simulator, which is C++ code running on WinCE simulator,
This settings compiled app runs OK, nothing wrong. So, where does the difference stands between the 2 situation? -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
