Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / tetratelabs/wazero issues and pull requests

#1969 - wazevo(amd64): support for jump table

Pull Request - State: closed - Opened by mathetake 8 months ago

#1968 - wazevo(amd64): stack based param/results

Pull Request - State: closed - Opened by mathetake 8 months ago

#1967 - wazevo(regalloc): release in-use real reg in multiple defs

Pull Request - State: closed - Opened by mathetake 8 months ago

#1966 - wazevo(regalloc): relaxes restriction on multiple defs

Pull Request - State: closed - Opened by mathetake 8 months ago

#1965 - wazevo(amd64): lower Fabs, Fneg, Fadd, Fsub, Fdiv, Fmul, Fsqrt

Pull Request - State: closed - Opened by evacchi 8 months ago - 3 comments

#1964 - wazevo: lower memory wait to ssa

Pull Request - State: open - Opened by anuraaga 8 months ago - 2 comments

#1963 - wazevo(amd64): stack grow support

Pull Request - State: closed - Opened by mathetake 8 months ago

#1962 - wazevo(amd64): enables host func/dwarf e2e tests

Pull Request - State: closed - Opened by mathetake 8 months ago

#1961 - wazevo(amd64): Go function calls

Pull Request - State: closed - Opened by mathetake 8 months ago

#1960 - wazevo(amd64): lowering for div/rem

Pull Request - State: closed - Opened by evacchi 8 months ago - 2 comments

#1959 - wazevo(amd64): lowering for popcnt, ctz, clz + cpuid refactor

Pull Request - State: closed - Opened by evacchi 8 months ago - 1 comment

#1958 - wazevo(amd64): pass memory all stores / call_indirect tests

Pull Request - State: closed - Opened by mathetake 8 months ago

#1957 - wazevo(amd64): pass basic memory store test

Pull Request - State: closed - Opened by mathetake 8 months ago

#1956 - wazevo(amd64): memory loads

Pull Request - State: closed - Opened by mathetake 8 months ago

#1955 - wazevo(amd64): passes mutable global test

Pull Request - State: closed - Opened by mathetake 8 months ago

#1954 - wazevo(frontend): do not reload memory base/len when shared

Pull Request - State: closed - Opened by mathetake 8 months ago

#1953 - wazevo(amd64): globals.set

Pull Request - State: closed - Opened by mathetake 8 months ago

#1952 - wazevo(amd64): imported func calls / global.get

Pull Request - State: closed - Opened by mathetake 8 months ago

#1951 - wazevo: introduce stack adjustment in stack growth

Pull Request - State: closed - Opened by mathetake 8 months ago

#1950 - wazevo(amd64): lowering for more arithmetic operations

Pull Request - State: closed - Opened by evacchi 8 months ago - 1 comment

#1949 - interpreter: vectors should not be committed to memory if OOB

Pull Request - State: closed - Opened by evacchi 8 months ago

#1947 - fuzz: don't use rust nightly

Pull Request - State: closed - Opened by anuraaga 8 months ago - 3 comments

#1946 - threads: don't use mmap for zero memory

Pull Request - State: closed - Opened by anuraaga 8 months ago

#1945 - wazevo(amd64): support for unreachable

Pull Request - State: closed - Opened by mathetake 8 months ago

#1944 - flaky test: internal/engine/wazevo.TestE2E on amd64

Issue - State: closed - Opened by mathetake 8 months ago - 2 comments
Labels: bug

#1943 - wazevo(amd64): support for unconditional jmp

Pull Request - State: closed - Opened by mathetake 8 months ago

#1942 - wazevo(amd64): support for conditional jmp

Pull Request - State: closed - Opened by mathetake 8 months ago

#1941 - fuzz: enables threads by default

Pull Request - State: closed - Opened by mathetake 8 months ago - 6 comments

#1940 - wazevo(amd64): amode lowering

Pull Request - State: closed - Opened by evacchi 8 months ago - 2 comments

#1939 - threads: close shared memory with store, not child modules

Pull Request - State: closed - Opened by anuraaga 8 months ago

#1938 - wazevo(amd64): fixes ResolveRelocations, store's uses

Pull Request - State: closed - Opened by mathetake 8 months ago

#1936 - flaky test: ExampleCoreFeaturesThreads

Issue - State: closed - Opened by mathetake 8 months ago - 2 comments
Labels: bug

#1935 - wazevo(amd64): stack-based args/results

Pull Request - State: closed - Opened by mathetake 8 months ago

#1934 - wazevo(amd64): exported function args

Pull Request - State: closed - Opened by mathetake 8 months ago

#1933 - threads: fix comment on feature flag since compiler is supported

Pull Request - State: closed - Opened by anuraaga 8 months ago

#1932 - threads: add feature flag for threads

Pull Request - State: closed - Opened by anuraaga 8 months ago - 1 comment

#1931 - wazevo(amd64): clobbered register handling

Pull Request - State: closed - Opened by mathetake 8 months ago

#1930 - threads: compile threads proposal instructions for amd64

Pull Request - State: closed - Opened by anuraaga 9 months ago

#1929 - threads: compile threads proposal instructions for arm64

Pull Request - State: closed - Opened by anuraaga 9 months ago - 1 comment

#1928 - Removes codefromthecrypt from CODEOWNERS

Pull Request - State: closed - Opened by mathetake 9 months ago

#1927 - threads: for arm64, when shared memory ignore memory length cache

Pull Request - State: closed - Opened by anuraaga 9 months ago - 5 comments

#1926 - wazevo(amd64): Iadd, Isub lowering

Pull Request - State: closed - Opened by evacchi 9 months ago - 1 comment

#1925 - wazevo(amd64): fixes a typo

Pull Request - State: closed - Opened by mathetake 9 months ago

#1924 - wazevo(amd64): initial implementation for `call`

Pull Request - State: closed - Opened by evacchi 9 months ago - 2 comments

#1923 - threads: use mmap to allocate shared memory

Pull Request - State: closed - Opened by anuraaga 9 months ago - 2 comments

#1922 - threads: add hammer tests

Pull Request - State: closed - Opened by anuraaga 9 months ago - 2 comments

#1921 - threads: add encoding of amd64 instructions needed for threads

Pull Request - State: closed - Opened by anuraaga 9 months ago

#1920 - wazevo(amd64): encode cmovcc, condcc, setcc, cmpRmiR, xmmRmiReg

Pull Request - State: closed - Opened by evacchi 9 months ago

#1919 - threads: add encoding of arm64 instructions needed for threads

Pull Request - State: closed - Opened by anuraaga 9 months ago

#1918 - wazevo: Update README.md

Pull Request - State: closed - Opened by mathetake 9 months ago

#1917 - wazevo(amd64): pass consts returns

Pull Request - State: closed - Opened by mathetake 9 months ago

#1916 - wazevo(amd64): encode unaryRmR, not, neg, mulHi, shiftR

Pull Request - State: closed - Opened by evacchi 9 months ago - 2 comments

#1915 - threads: implement threads proposal in interpreter

Pull Request - State: closed - Opened by anuraaga 9 months ago - 4 comments

#1914 - threads: add decoding of shared memory

Pull Request - State: closed - Opened by anuraaga 9 months ago

#1913 - Issue with reloading compiled module

Issue - State: closed - Opened by mattjohnsonpint 9 months ago - 3 comments
Labels: question

#1912 - wazevo(amd64): makes empty function working

Pull Request - State: closed - Opened by mathetake 9 months ago

#1911 - wazevo(amd64): load, store move encodings

Pull Request - State: closed - Opened by mathetake 9 months ago

#1910 - wazevo(amd64): jmp/jmpIf encodings

Pull Request - State: closed - Opened by mathetake 9 months ago

#1909 - wazevo(amd64): call (direct, indirect) and ud2 encodings

Pull Request - State: closed - Opened by mathetake 9 months ago

#1908 - wazevo(amd64): addressing mode encodings

Pull Request - State: closed - Opened by mathetake 9 months ago

#1907 - wazevo(amd64): adds pop64, push64 and aluRmiR encodings

Pull Request - State: closed - Opened by mathetake 9 months ago

#1906 - wazevo(amd64): scaffolds instructions + constant lowering

Pull Request - State: closed - Opened by mathetake 9 months ago

#1905 - wazevo(amd64): adds stubs for all necessary methods

Pull Request - State: closed - Opened by mathetake 9 months ago

#1904 - wazevo: shares more ABI related codes between archs

Pull Request - State: closed - Opened by mathetake 9 months ago

#1903 - wasi: sockets, use WSAPoll and GetOverlappedResult on Windows

Pull Request - State: closed - Opened by gaukas 9 months ago

#1902 - wazevo: shares regalloc impls for amd64

Pull Request - State: closed - Opened by mathetake 9 months ago

#1901 - wazevo: adds ABIs for amd64

Pull Request - State: closed - Opened by mathetake 9 months ago

#1900 - threads: compile atomic ops in wazeroir

Pull Request - State: closed - Opened by anuraaga 9 months ago

#1899 - threads: add wazeroir signatures for atomic ops

Pull Request - State: closed - Opened by anuraaga 9 months ago

#1898 - threads: add function validation of atomics

Pull Request - State: closed - Opened by anuraaga 9 months ago - 7 comments

#1897 - threads: add opcodes for atomic instructions

Pull Request - State: closed - Opened by anuraaga 9 months ago

#1896 - threads: add spectests for Wasm threads proposal

Pull Request - State: closed - Opened by anuraaga 9 months ago

#1895 - wazevo: lifts up arm64 label related codes to backend pkg

Pull Request - State: closed - Opened by mathetake 9 months ago

#1894 - ci: simplifies integration test job names

Pull Request - State: closed - Opened by mathetake 9 months ago

#1893 - wazevo: scaffolds amd64 backend

Pull Request - State: closed - Opened by mathetake 9 months ago

#1892 - wasi: sockets, use Conn.Control on Unix, too; align to Windows

Pull Request - State: closed - Opened by evacchi 9 months ago - 1 comment

#1891 - Feature Request: Rust tokio async interoperability through pollOneOff

Issue - State: closed - Opened by gaukas 9 months ago - 20 comments
Labels: enhancement

#1890 - regaclloc: uses Pool for blockStates

Pull Request - State: closed - Opened by mathetake 9 months ago

#1889 - wazevo(frontend): faster non-imported global access

Pull Request - State: closed - Opened by mathetake 9 months ago - 3 comments

#1888 - Correctly exit Stdlib tests on failure

Pull Request - State: closed - Opened by mathetake 9 months ago

#1887 - Makes Std lib tests benchstat compatible

Pull Request - State: closed - Opened by mathetake 10 months ago

#1886 - wazevo(arm64): optimize out unnecessary UExtend

Pull Request - State: closed - Opened by mathetake 10 months ago - 1 comment

#1885 - Fixes std lib cases actually benchmarkable

Pull Request - State: closed - Opened by mathetake 10 months ago - 1 comment

#1884 - Flattens std lib test cases

Pull Request - State: closed - Opened by mathetake 10 months ago

#1883 - wazevo(frontend): simple bounds check elimination on mem access

Pull Request - State: closed - Opened by mathetake 10 months ago

#1882 - wazevo(arm64): adds missing PerfMapEnabled branch

Pull Request - State: closed - Opened by mathetake 10 months ago

#1881 - wazevo(arm64): lower constant bitwise ops with bitmask immeidates

Pull Request - State: closed - Opened by mathetake 10 months ago

#1880 - wazevo: adds `perfmap` build tag to write perf-map

Pull Request - State: closed - Opened by mathetake 10 months ago

#1879 - deps: bump golangci-lint to v1.55.2

Pull Request - State: closed - Opened by evacchi 10 months ago

#1878 - bench: add stdlib benchmark old vs new compiler

Pull Request - State: closed - Opened by evacchi 10 months ago - 7 comments

#1876 - wazevo(regalloc): prioritizes rematerializable values first

Pull Request - State: closed - Opened by mathetake 10 months ago - 2 comments

#1875 - ci: run integration tests against the optimizing compiler (linux/arm64)

Pull Request - State: closed - Opened by evacchi 10 months ago - 2 comments

#1874 - Inaccurate clock resolution in WASI `clock_res_get`

Issue - State: closed - Opened by yagehu 10 months ago - 3 comments
Labels: question

#1873 - wazevo(arm64): relocations for large conditional branches

Pull Request - State: closed - Opened by mathetake 10 months ago - 3 comments

#1872 - ci: run integration tests against the optimizing compiler (linux/arm64)

Pull Request - State: closed - Opened by evacchi 10 months ago - 1 comment

#1871 - wasi: Handle EFBIG from OS on`fd_filestat_set_size`

Pull Request - State: closed - Opened by yagehu 10 months ago - 1 comment

#1870 - `fd_filestat_set_size` wraps instead of error on large file size

Issue - State: closed - Opened by yagehu 10 months ago
Labels: bug