[parrot/parrot] 6811dd: Use 32 bit integers for the string length and enco...

GitHub noreply at github.com
Tue May 1 02:32:39 UTC 2012


  Branch: refs/heads/m0-c-args-fix
  Home:   https://github.com/parrot/parrot
  Commit: 6811dd3a6285dd32a0000790337ce228ed006336
      https://github.com/parrot/parrot/commit/6811dd3a6285dd32a0000790337ce228ed006336
  Author: nbrown <nbrown04 at gmail.com>
  Date:   2012-04-30 (Mon, 30 Apr 2012)

  Changed paths:
    M src/m0/c/m0_interp.c

  Log Message:
  -----------
  Use 32 bit integers for the string length and encoding


  Commit: c571a6548af17a68a732c49083ead7ba7c39691c
      https://github.com/parrot/parrot/commit/c571a6548af17a68a732c49083ead7ba7c39691c
  Author: nbrown <nbrown04 at gmail.com>
  Date:   2012-04-30 (Mon, 30 Apr 2012)

  Changed paths:
    M src/m0/c/m0_interp.c

  Log Message:
  -----------
  Make interp_argv be uint64_t* instead of char**
The pointers in interp_argv need to be uniformly 8 bytes each. This will
make m0_args_basic access the correct argument.


Compare: https://github.com/parrot/parrot/compare/525be62...c571a65


More information about the parrot-commits mailing list