You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
612 B

<!DOCTYPE html>
<html>
<head>
<title>Duktape graphs</title>
<body>
<h1>Graphs</h1>
<p>Graphs are over merges (not individual commits), master HEAD is on the
right. GCC -Os with symbol pruning is used to compile a "hello world"
example and an amalgamated duktape.c. X axis is pull count, Y axis is
executable size measured using the "size" command.</p>
<h2>x64</h2>
<img src="duk-graph-size-x64.png" alt="low-memory x64 size" />
<h2>x86</h2>
<img src="duk-graph-size-x86.png" alt="low-memory x86 size" />
<h2>x32</h2>
<img src="duk-graph-size-x32.png" alt="low-memory x32 size" />
</body>
</head>
</html>