annotate GRAAL_AUTHORS @ 8381:807fd844ed2a

InvokeWithException cannot be the lastLocationAccess for a FloatingReadNode. Since it is both the invoke and a control flow split, the scheduler cannot schedule anything immediately the invoke. It can only schedule in the normal or exceptional successor - and we have to tell the scheduler here which side it needs to choose by putting in the location identity on both successors.
author Christian Wimmer <christian.wimmer@oracle.com>
date Tue, 19 Mar 2013 10:00:43 -0700
parents e4019a78c938
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5569
af976ca29136 Added prototype implementation of Java bytecode interpreter - contribution by Christian Humer (chumer).
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 3735
diff changeset
1 Gilles Duboscq (gdub)
af976ca29136 Added prototype implementation of Java bytecode interpreter - contribution by Christian Humer (chumer).
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 3735
diff changeset
2 Peter Hofer
8267
e4019a78c938 update authors file
Andreas Woess <andreas.woess@jku.at>
parents: 5766
diff changeset
3 Christian Haeubl (chaeubl)
e4019a78c938 update authors file
Andreas Woess <andreas.woess@jku.at>
parents: 5766
diff changeset
4 Christian Humer (chumer)
e4019a78c938 update authors file
Andreas Woess <andreas.woess@jku.at>
parents: 5766
diff changeset
5 Roland Schatz
e4019a78c938 update authors file
Andreas Woess <andreas.woess@jku.at>
parents: 5766
diff changeset
6 Doug Simon (dnsimon)
e4019a78c938 update authors file
Andreas Woess <andreas.woess@jku.at>
parents: 5766
diff changeset
7 Lukas Stadler (lstadler)
5766
1bbbd61bf7e4 update GRAAL_AUTHORS
Lukas Stadler <lukas.stadler@jku.at>
parents: 5569
diff changeset
8 Alexander Stipsits
1bbbd61bf7e4 update GRAAL_AUTHORS
Lukas Stadler <lukas.stadler@jku.at>
parents: 5569
diff changeset
9 Katrin Strassl
5569
af976ca29136 Added prototype implementation of Java bytecode interpreter - contribution by Christian Humer (chumer).
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 3735
diff changeset
10 Christian Wimmer (cwimmer)
8267
e4019a78c938 update authors file
Andreas Woess <andreas.woess@jku.at>
parents: 5766
diff changeset
11 Andreas Woess (aw)
5569
af976ca29136 Added prototype implementation of Java bytecode interpreter - contribution by Christian Humer (chumer).
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 3735
diff changeset
12 Thomas Wuerthinger (thomaswue)