issues
search
ircmaxell
/
php-compiler
A compiler. For PHP
MIT License
794
stars
33
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Is it dead ?
#79
aviallon
opened
2 years ago
4
PHP Fatal error: Uncaught FFI\Exception: Cannot instantiate FFI\CData of zero size
#77
SalimF
opened
3 years ago
0
Uncaught FFI\Exception: Cannot instantiate FFI\CData of zero size
#76
NeroAdvents
opened
4 years ago
1
How is it working?
#75
acuna-public
closed
4 years ago
4
Argument 1 passed to PHPCompiler\Compiler::compileOps() must be of the type array, object given
#74
Sarke
opened
4 years ago
1
Argument 1 passed to PHPCompiler\Compiler::compileOperand() must be an instance of PHPCfg\Operand, null given
#73
barkermn01
closed
4 years ago
0
Moving stuff around for the AOT compiler refactor.
#72
ircmaxell
opened
5 years ago
0
Randomly failing string tests
#71
PurHur
opened
5 years ago
4
Add test for str_repeat
#70
PurHur
closed
5 years ago
0
Add support for windows run with cygwin
#69
PurHur
opened
5 years ago
2
Make macros syntax error instead of silently failing. Thanks @marcioA…
#68
ircmaxell
closed
5 years ago
0
Refactor docker implementation to separate container build in CI
#67
ircmaxell
opened
5 years ago
1
Add support for multiple clang versions
#66
ircmaxell
closed
5 years ago
0
Add include OpCode
#65
driusan
closed
5 years ago
0
Use the imported statement instead of FQN
#64
BackEndTea
closed
5 years ago
2
RFC: Stay VM/JIT, or abandon and go only AOT?
#63
ircmaxell
opened
5 years ago
18
Can't print CFG of code including "include" expression
#62
driusan
closed
5 years ago
1
function calls in `compile {}` blocks only accept variables as arguments
#61
driusan
opened
5 years ago
8
Fix type incompatiblity errors in memory manager
#60
driusan
closed
5 years ago
1
Error Uncaught RuntimeException
#59
ammarfaizi2
closed
5 years ago
8
document (or write) semantic analysis passes
#58
driusan
opened
5 years ago
1
Think of a better name...?
#57
ircmaxell
opened
5 years ago
12
Build FFI abstraction
#56
ircmaxell
opened
5 years ago
0
Build out support for PDO
#55
ircmaxell
opened
5 years ago
0
Resolve all files in a project during AOT compilation (Composer integration)
#54
ircmaxell
opened
5 years ago
6
Design and build SAPI interfaces, including cli and http interfaces
#53
ircmaxell
opened
5 years ago
0
Add basic memory manager which enforces memory limits
#52
ircmaxell
opened
5 years ago
0
Build filesystem and streams abstractions
#51
ircmaxell
opened
5 years ago
0
Document standard library interfaces
#50
ircmaxell
opened
5 years ago
0
Add support for PHP references
#49
ircmaxell
opened
5 years ago
0
Build basic Standard Library to allow basic tests to pass
#48
ircmaxell
opened
5 years ago
2
Refactor type conversion logic to be consistent with Standard PHP
#47
ircmaxell
opened
5 years ago
0
Fix bug in PHP-CParser to support Ubuntu 18.04 (and modern libc)
#46
ircmaxell
opened
5 years ago
0
Create source maps from PHP to LLVM IR
#45
ircmaxell
opened
5 years ago
0
Fix buggy string deallocation behavior with reference counting
#44
ircmaxell
opened
5 years ago
0
Add support for proper error emission and handling in compiled functions
#43
ircmaxell
opened
5 years ago
0
Add support for Exceptions and Try/Catch
#42
ircmaxell
opened
5 years ago
0
Add GDB debug support for generated JIT code
#41
ircmaxell
opened
5 years ago
0
Refactor [PHP-Types](https://github.com/ircmaxell/php-types/) to allow multiple scripts to be analyzed (to allow require/include to be analyzed in a broader type scope than just a single file)
#40
ircmaxell
opened
5 years ago
0
Implement mixed values to support cases where we do not know the value's type at compile time, or we know it will change.
#39
ircmaxell
opened
5 years ago
0
Add support for classes and objects to JIT
#38
ircmaxell
opened
5 years ago
0
Build support for hash table arrays to JIT (dynamic sized, etc)
#37
ircmaxell
opened
5 years ago
0
Build support for fixed-at-compile-time numeric arrays.
#36
ircmaxell
opened
5 years ago
0
"Fix" calls to undefined functions
#35
driusan
closed
5 years ago
0
Fix PhanUnreferencedUseNormal from phan
#34
driusan
closed
5 years ago
0
Fix PhanTypeMismatchArgumentInternal class error
#33
driusan
closed
5 years ago
0
Fix associative arrays when run under bin/vm.php
#32
driusan
closed
5 years ago
0
Fix PHPLLVM Namespace reference in compiled code
#31
driusan
closed
5 years ago
3
Fix issues with patch
#30
driusan
closed
5 years ago
1
Add hack to composer-install target to include workaround for bug
#29
driusan
closed
5 years ago
0
Next