Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re: Build timestamps mess this up (Score 1) 130

__FILE__ has a similar effect, as it refers to absolute path. Absolute build paths would also be have to be created deterministically, no temp directories or anything like that. And then, make sure everything that gets linked in statically, including the toolchain bits follow the same rules.

Comment Re:This pretty much sums up IoT ... (Score 2) 149

No, i wasn't saying its going to help you or anyone else. What i was saying is that at the abstract level, its simply a local optimization vs global optimization issue.
Whether this optimization is feasible or can work for any given problem with any given implementation is a different matter altogether.

An unconnected device/thing can at best perform local optimization because it simply does not have larger context and information, global optimization cannot be performed.

Slashdot Top Deals

"The Mets were great in 'sixty eight, The Cards were fine in 'sixty nine, But the Cubs will be heavenly in nineteen and seventy." -- Ernie Banks

Working...