Status: Untriaged
Owner: ----

New issue 4290 by [email protected]: Could not clear cache while using c++ api
https://code.google.com/p/v8/issues/detail?id=4290

Version: 1.0
OS: Ubuntu 12.04
Architecture: <ARM, x64, etc.>

What steps will reproduce the problem?
1. Compile a script, use mulithread to execute the compiled script
2. If named property getter is used, after 264 times the script is executed
   cached data is used.
3. For example, my script is function append() {data.name = "Raj"; data.name = data.name + 'A"};
   While executing this, named property getter function in C++ is not called
after 264 times, the cached data is used, while printing it gave us RajAA;

What is the expected output?
RajA

What do you see instead?
RajAA


Please use labels and text to provide additional information.



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to