Skip to content

Conversation

dkimitsa
Copy link
Contributor

@dkimitsa dkimitsa commented Jun 3, 2025

fixed #798

Code to reproduce:

        StringBuilder sb = new StringBuilder();
        for (int i = 0; i < 16384; i++)
            sb.append('c');
        System.out.println(sb);

@Tom-Ski Tom-Ski merged commit f44233d into MobiVM:master Jun 5, 2025
1 check passed
@dkimitsa dkimitsa deleted the fix/simulator-fifo-16k-pipelimit branch June 5, 2025 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Foundation.log hangs the app on the simulator with very long strings
2 participants