top | item 30744645

(no title)

jlrubin | 4 years ago

note that it is measured in SLOC.

You can do in 500 lines of rust what might take 5000 lines of C.

I would be interested to see this as a stack chart showing overall LoC.

discuss

order

arlort|4 years ago

Something that would be cool to do, though I'm not familiar enough with build systems and profilers to do it myself would be mark which portions of the generated binary comes from Rust/C++/C and then instrumenting the executable to measure how much time is spent in each of those areas for a typical use of the browser

klysm|4 years ago

I bet you could do this with user space probes but it would be somewhat difficult so probably not worth the time.

wodenokoto|4 years ago

What's the difference between LoC and SLoC?

zarkov99|4 years ago

Comments, I believe.