Updates:
        Status: WorkingAsIntended

Comment #5 on issue 2338 by [email protected]: V8 engine embedded in a DLL doesn't work when using the V8/javascript debug system
http://code.google.com/p/v8/issues/detail?id=2338

I think the right way to handle this is to set/restore the relevant FPU control bits when leaving/entering the Delphi world, but this is outside v8, i.e. in the Delphi->v8 binding layer. Always testing/setting the FPU state when entering/leaving v8 seems to be prohibitively costly, and only be needed for the current uncommon use case at hand. If Delphi wants to do things differently, Delphi has to pay for it... >:-)

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to