TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Java bytecode hacking for fun and profit

17 pointsby Cixelynover 11 years ago

1 comment

sskatesover 11 years ago
I remember discovering that referencing things outside of the local scope cost an extra bytecode back when I did battlecode. Also calling a method cost an extra one too, so ideally you&#x27;d just copy paste your methods all over the place!<p>Surprisingly, Battlecode was much more representative of doing a startup than any hackathon thing I&#x27;ve been to, even though you did silly bytecode optimizations.