milkypostman / powerline

emacs powerline
Other
793 stars 118 forks source link

Fix #187 replace circular list to enable native compilation #189

Closed wyuenho closed 3 years ago

wyuenho commented 3 years ago

Replace the circular list in pl/pattern with a ring so the new and shiny JIT can compile powerline. Added some minor memory optimizations too.

wyuenho commented 3 years ago

@milkypostman mind taking a look? Should be relatively straightforward.

milkypostman commented 3 years ago

Thanks for your work on this @wyuenho !