This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
On Thu, Dec 14, 2000 at 10:00:17AM +0000, Andrew Haley wrote: > Will this ensure memory accesses aren't moved out of their try blocks > by cse and/or sched? I guess the most correct answer is "yes". But the reason being that each such access will be individually tagged, and the optimizers won't have to think about them. r~
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |