As found on http://stardot.org.uk/forums/viewtopic.php?t=10684&start=60 and placed here to allow jsbeeb to load it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 PRINT "Matt is cool" | |
20 GOTO 10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
model name : Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz | |
c.f. https://github.com/mattgodbolt/agner | |
****************************************************************************** | |
Ahead not taken | |
****************************************************************************** | |
Processor 0 | |
Clock Core cyc Instruct BrTaken BrMispred | |
548996 517178 1501711 0 3 | |
500608 500606 1501707 0 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 PRINT "Nik is a wanker "; | |
20 GOTO 10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void main() {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 PRINT "Matt is very cool "; | |
20 GOTO 10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Event Action | Total Events | Unique Events | Event Value | Avg. Value | |
---|---|---|---|---|---|
g530 | 992,513 | 72,237 | 531,774 | 0.54 | |
g520 | 633,096 | 47,732 | 358,557 | 0.57 | |
g6 | 412,648 | 32,689 | 207,802 | 0.50 | |
clang380 | 381,999 | 27,562 | 240,131 | 0.63 | |
armg453 | 203,148 | 30,436 | 104,969 | 0.52 | |
clang37x | 200,480 | 14,864 | 152,897 | 0.76 | |
g482 | 195,493 | 9,276 | 101,412 | 0.52 | |
g492 | 149,502 | 12,417 | 80,732 | 0.54 | |
clang371 | 131,152 | 9,696 | 96,763 | 0.74 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright (C) 2016 Jonathan Müller <[email protected]> | |
// This file is subject to the license terms in the LICENSE file | |
// found in the top-level directory of this distribution. | |
#define TYPE_SAFE_ENABLE_ASSERTIONS 0 // disable assertions | |
//=== assertions boilerplate ===// | |
//======================================================================// | |
// Copyright (C) 2016 Jonathan Müller <[email protected]> | |
// |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@ip-172-30-2-164:/opt/gcc-explorer/windows$ cd /opt/gcc-explorer/windows | |
ubuntu@ip-172-30-2-164:/opt/gcc-explorer/windows$ tree | |
. | |
├── 10.0.10240.0 | |
│ └── ucrt | |
│ ├── assert.h | |
│ ├── complex.h | |
│ ├── conio.h | |
│ ├── corecrt.h | |
│ ├── corecrt_io.h |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int libraryFunc() { return 1; } |
OlderNewer