Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Arctic Code Vault Contributor
Pinned
1,330 contributions in the last year
Contribution activity
August 1, 2020
devnexen has no activity
yet for this period.
July 2020
Created a pull request in zherczeg/sljit that received 9 comments
Haiku/Illumos build fix :
Haiku does not have madvise call. Illumos depends on the flags passed whether access to the old API or the newer one without madivse availability.
+4
−0
•
9
comments
- Haiku set explicitly to performance.
- gcc plugin forcing USEMMAP on Haiku
- Haiku build fix. librt is necessary for Linux primarly and SunOS
- illumos littlefixes: little typo for cpu binding and
- libdislocator: hugepage enabled for illumos too.
- llvm mode shared segment fix for FreeBSD.
- libtokencap illumos/solaris support proposal.
- tools: fix C++ import checker argument expansion
- http2: avoid unnecessary buffer resize
- [Experiment] async_hooks: optimize fast-path promise hook for ALS
- src: prefer internal fields in ModuleWrap
- worker: make MessagePort inherit from EventTarget
- src: guard against nullptr deref in TimerWrapHandle::Stop
- src: prefer C++ empty() in boolean expressions
- Revert "http2: streamline OnStreamRead streamline memory accounting"
- src: refactor TimerWrap class
- deps: upgrade to libuv 1.38.1
- src: fix minor comment typo in KeyObjectData
- src: add encoding_type variable in WritePrivateKey