Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Can I borrow your eyes for debuging (Vector inside Vector)?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Stefan Schulz, post: 628453"] You should not do that anyway, since an inner loop iterating with the same variable will invariable cause confusion to the reader. Any compiler worth its salt will recognize the life of the variable ends with the block, and starts with its initialization. Instruction reordering previous to register allocation will likely produce the exact same code, (which the register allocator then maps to registers as it sees fit in its infinite wisdom ;) ) [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Can I borrow your eyes for debuging (Vector inside Vector)?
Top