While rewriting Reflect.set in torque it occurred to me that if the 
receiver argument is not passed or equals the target argument, we should be 
able to skip the whole SetPropertyWithReceiver dance. This led me into the 
rabbit hole that is the KeyedStoreGenericAssember and AccessorAssembler. 
I'm curious if anyone has considered whether changing all these various 
assembler functions to return bool instead of the value being set would be 
worthwhile for this optimization.

-- 
-- 
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-dev/7008b278-6bc6-4a67-8214-bd8ea328dda7%40googlegroups.com.

Reply via email to