|
|
|
|
|
by gravypod
3459 days ago
|
|
Go into the compiler explorer [0] and type the following val num = 10
Then take a look at the x86 generation.What is all of that. It doesn't look like executable data needed. Is that just implicit functions or something baked into the language? If it is, why isn't it being tree-shook? |
|