<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<div class='content'>
<h3>Raymond Toy pushed to branch rtoy-mmap-anon-control-and-binding-stacks at <a href="https://gitlab.common-lisp.net/cmucl/cmucl">cmucl / cmucl</a></h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/ec4c78fb89c45860344d819de5d16a6b8db8abb1">ec4c78fb</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2015-10-04T12:58:54Z</i>
</div>
<pre class='commit-message'>Define SIGNAL_STACK_SIZE</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
src/lisp/ppc-validate.h
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
src/lisp/sparc-validate.h
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.common-lisp.net/cmucl/cmucl/commit/ec4c78fb89c45860344d819de5d16a6b8db8abb1#diff-0'>
<strong>
src/lisp/ppc-validate.h
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/src/lisp/ppc-validate.h
</span><span style="color: #000000;background-color: #ddffdd">+++ b/src/lisp/ppc-validate.h
</span><span style="color: #aaaaaa">@@ -49,6 +49,8 @@
</span> #define CONTROL_STACK_END       (CONTROL_STACK_START + control_stack_size)
 #endif
 
<span style="color: #000000;background-color: #ddffdd">+#define SIGNAL_STACK_SIZE       SIGSTKSZ
+
</span> #if 0
 #define BINDING_STACK_START    (0x38000000)
 #endif
</code></pre>

<br>
</li>
<li id='diff-1'>
<a href='https://gitlab.common-lisp.net/cmucl/cmucl/commit/ec4c78fb89c45860344d819de5d16a6b8db8abb1#diff-1'>
<strong>
src/lisp/sparc-validate.h
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/src/lisp/sparc-validate.h
</span><span style="color: #000000;background-color: #ddffdd">+++ b/src/lisp/sparc-validate.h
</span><span style="color: #aaaaaa">@@ -109,6 +109,8 @@
</span> #define CONTROL_STACK_END       (CONTROL_STACK_START + control_stack_size)
 #endif
 
<span style="color: #000000;background-color: #ddffdd">+#define SIGNAL_STACK_SIZE       SIGSTKSZ
+
</span> #define DYNAMIC_0_SPACE_START     (SpaceStart_TargetDynamic)
 
 /* This isn't used with GENCGC */
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/ec4c78fb89c45860344d819de5d16a6b8db8abb1">View it on GitLab</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.common-lisp.net/cmucl/cmucl/commit/ec4c78fb89c45860344d819de5d16a6b8db8abb1"}}</script>
</p>
</div>
</body>
</html>