File: 3.9-7.RELEASE_NOTES

package info (click to toggle)
squeak-vm 1%3A4.10.2.2614-4.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,284 kB
  • ctags: 15,344
  • sloc: ansic: 75,096; cs: 11,191; objc: 5,494; sh: 3,170; asm: 1,533; cpp: 449; pascal: 372; makefile: 366; awk: 103
file content (18 lines) | stat: -rw-r--r-- 534 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Changes since 3.9-4:

VM:

  Add code to resolve links (and aliases on OS X) in path names.

  Check for and use nanosleep() on all platforms.  This prevents the
  VM comsuming 100% CPU on some platforms due to small (1ms) timeouts
  in ioRelinquishProcessor() coming from the idle process.

  Reset interruptCheckCounter at the end of ioRelinquishProcessor to
  ensure input semaphore signalled promptly after events.

Plugins:

  Added Balloon3DEngine (aka Squeak3D) plugin and bundled it.

  Added AioPlugin plugin and bundled it.