Review request for JDK-8027042: Evaluation order for binary operators can be improved

Jim Laskey (Oracle) james.laskey at oracle.com
Thu Oct 24 06:12:26 PDT 2013


+1

On Oct 24, 2013, at 9:47 AM, Hannes Wallnoefer <hannes.wallnoefer at oracle.com> wrote:

> Attila found a few cases where unary and binary operators may have side effects even when their children do not, such as "new <notfunction>". I uploaded a new patch to fix these.
> 
> http://cr.openjdk.java.net/~hannesw/8027042/webrev.01/
> 
> Hannes
> 
> Am 2013-10-23 09:29, schrieb Hannes Wallnoefer:
>> Please review JDK-8027042: Evaluation order for binary operators can be improved.
>> 
>> http://cr.openjdk.java.net/~hannesw/8027042/
>> 
>> This is the result from my discussion with André about when strict binary evaluation order can be relaxed.
>> 
>> Hannes
> 



More information about the nashorn-dev mailing list