[dmd-internals] [D-Programming-Language/dmd] 469b82: CTFE: Add constructor for CtfeStack

noreply at github.com noreply at github.com
Wed Nov 16 10:37:21 PST 2011


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd

  Commit: 469b82d4ced0f6c7efc79f3f9953da83f2f87e63
      https://github.com/D-Programming-Language/dmd/commit/469b82d4ced0f6c7efc79f3f9953da83f2f87e63
  Author: Don Clugston <dclugston at googlemail.com>
  Date:   2011-11-16 (Wed, 16 Nov 2011)

  Changed paths:
    M src/interpret.c

  Log Message:
  -----------
  CTFE: Add constructor for CtfeStack

Problem found by Martin Nowak.


  Commit: 2a0a12f0ed19fda2cf1b46fc6cdf4f6c3db005d6
      https://github.com/D-Programming-Language/dmd/commit/2a0a12f0ed19fda2cf1b46fc6cdf4f6c3db005d6
  Author: Don Clugston <dclugston at googlemail.com>
  Date:   2011-11-16 (Wed, 16 Nov 2011)

  Changed paths:
    M src/interpret.c

  Log Message:
  -----------
  CTFE: don't push static variables onto CTFE stack

Attempts to fix a machine-dependent segfault.


  Commit: df7fcd3d571a2c21e0ab6efbd9ec6e2a2e4ea663
      https://github.com/D-Programming-Language/dmd/commit/df7fcd3d571a2c21e0ab6efbd9ec6e2a2e4ea663
  Author: Don Clugston <dclugston at googlemail.com>
  Date:   2011-11-16 (Wed, 16 Nov 2011)

  Changed paths:
    M src/interpret.c

  Log Message:
  -----------
  CTFE: Add more asserts for variable storage

Ensure the variable index is always in the valid range.


  Commit: 95525b04aca254d1e636883d1399ab98be565cee
      https://github.com/D-Programming-Language/dmd/commit/95525b04aca254d1e636883d1399ab98be565cee
  Author: Walter Bright <walter at walterbright.com>
  Date:   2011-11-16 (Wed, 16 Nov 2011)

  Changed paths:
    M src/declaration.c
  M src/declaration.h
  M src/interpret.c
  M test/compilable/interpret3.d

  Log Message:
  -----------
  Merge pull request #511 from donc/ctfeclass

CTFE store variables on stack, second attempt.


Compare: https://github.com/D-Programming-Language/dmd/compare/7c19395...95525b0


More information about the dmd-internals mailing list