Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Not to mention that now you need 2 registers instead of 1 to hold it, so now stack spilling happens in 80% of functions instead of 5% (numbers invented, but really: 5 alive values taking 5 registers vs 10 is a huge difference). And don't forget about argument passing: argument-passing registers are almost definitely has to be spilled now, and there is almost mever enough of those, so now arguments too have to be spilled on the stack... this is a horrible way to represent data.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: