README.md
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 07 Feb 2014 09:07:22 +0100
branchdevelopment
changeset 3018 7ff48afbef00
parent 2736 7cb269d572d3
child 3278 c56b4d5f0c52
permissions -rw-r--r--
Fixes in natives for non-TRADITIONAL_STACK machines. On some machines stc accesses method arguments through context. To do so, it #defines argumets as simething __context[1]. If then the structure/union member has the same name as parameter, preprocessor expands it and therefore the C code is no longer valid. Solutions is to rename structure/union members - if possible.

![STX:LIBJAVA](
https://swing.fit.cvut.cz/projects/stx-libjava/chrome/site/javax_web_270x70.png)


*STX:LIBJAVA* is a Java Virtual Machine built into Smalltalk/X environment, allowing
Java code to be called from Smalltalk and the other way around. 

- [Wiki](1)
- [Issues](2)
- [Jenkins CI](3)

[1]: https://swing.fit.cvut.cz/projects/stx-libjava/wiki
[2]: https://swing.fit.cvut.cz/projects/stx-libjava/report/1
[2]: https://swing.fit.cvut.cz/jenkins/view/STX%20LIBJAVA/